"app store" shadcn/ui theme

futuristic
high-contrast
neon
immersive
bold-colors
experimental
vibrant
dark-theme
tech

Shadcn/ui Theme Css Variables

name: Neon Abysskeyword: app store views: 14

:root {
  --background: 300 100% 6%;
  --foreground: 60 100% 90%;
  --card: 300 100% 6%;
  --card-foreground: 60 100% 90%;
  --popover: 300 100% 6%;
  --popover-foreground: 60 100% 90%;
  --primary: 333 98% 65%;
  --primary-foreground: 300 100% 6%;
  --secondary: 273 98% 65%;
  --secondary-foreground: 300 100% 6%;
  --muted: 240 4.8% 95.9%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 213 98% 65%;
  --accent-foreground: 300 100% 6%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 273 98% 65%;
  --input: 273 98% 65%;
  --ring: 333 98% 65%;
  --radius: 0.75rem;
  --chart-1: 333 98% 65%;
  --chart-2: 273 98% 65%;
  --chart-3: 213 98% 65%;
  --chart-4: 153 98% 65%;
  --chart-5: 93 98% 65%;
}